home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / frogger.swf / scripts / DefineSprite_310 / frame_220 / DoAction.as
Text File  |  2005-01-07  |  256b  |  21 lines

  1. tellTarget("s1")
  2. {
  3.    gotoAndStop("tauchen");
  4.    play();
  5. }
  6. tellTarget("s2")
  7. {
  8.    gotoAndStop("tauchen");
  9.    play();
  10. }
  11. tellTarget("s3")
  12. {
  13.    gotoAndStop("tauchen");
  14.    play();
  15. }
  16. tellTarget("s4")
  17. {
  18.    gotoAndStop("tauchen");
  19.    play();
  20. }
  21.